Image.this

Loads an arbitrary buffer which will be decoded by the decoder.

  1. this(uint width, uint height, ubyte bytesPerPixel)
  2. this(string path)
  3. this(string path, ubyte[] buffer, void delegate(IImage self) onSuccess, void delegate() onFailure)
    class Image
    this
    (
    in string path
    ,
    in ubyte[] buffer
    ,
    void delegate
    (
    IImage self
    )
    onSuccess
    ,
    void delegate
    ()
    onFailure
    )

Meta